Version

HashSet<T> Class Members

The following tables list the members exposed by HashSet<T>.

Public Constructors
 NameDescription
Public ConstructorHashSet<T> ConstructorOverloaded.   
Public Properties
 NameDescription
Public PropertyComparerGets the equality comparer.  
Public PropertyCountGets the number of entries in this collection.  
Public PropertyItemsGets the entries of this hash collection as a list.  
Public Methods
 NameDescription
Public MethodAddAdds an item to this collection.  
Public MethodClearClears this collection.  
Public MethodContainsChecks whether this collection contains the specified item.  
Public MethodRemoveRemoves an item from this collection.  
See Also